Decrease NSTATICS to 0x800.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 06:43:12 +0000 (08:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Oct 2012 06:43:12 +0000 (08:43 +0200)
src/ChangeLog
src/alloc.c

index 6281cc0236235ec5ce8501b431cfe5e0003c4836..3251936e5f178288e7d919e354c23e9b1ae493d1 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * alloc.c (NSTATICS): Decrease to 0x800.
+
 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * fns.c (Fnreverse): Include the problem element when signalling an
index 257e4fdd5e3ab1d8d510e28782de988b042ff1d3..5bb528c64ab4ff271515b3c67abbcffafb751b1b 100644 (file)
@@ -376,7 +376,7 @@ struct gcpro *gcprolist;
 /* Addresses of staticpro'd variables.  Initialize it to a nonzero
    value; otherwise some compilers put it into BSS.  */
 
-#define NSTATICS 0x1000
+#define NSTATICS 0x800
 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */